-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add information about 'WITH' in CREATE GROUP #13717
base: main
Are you sure you want to change the base?
Conversation
⚪ |
⚪ |
❌ Documentation buildRevision build failed Build logsErrors (4)❌ /en/yql/reference/syntax/create-group.md: 22: MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Examples {#examples}"] ❌ /en/yql/reference/syntax/create-group.md: 23: MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```yql"] ❌ /ru/yql/reference/syntax/create-group.md: 22: MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Примеры {#examples}"] ❌ /ru/yql/reference/syntax/create-group.md: 23: MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```yql"] |
edce91a
to
1707bc7
Compare
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
1707bc7
to
538ff85
Compare
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
538ff85
to
4061671
Compare
⚪ |
❌ Documentation buildRevision build failed Build logsErrors (4)❌ Link is unreachable: ../../../../concepts/glossary.md#access-group in /en/yql/reference/syntax/create-group.md ❌ Link is unreachable: ../../../../concepts/glossary.md#access-group in /ru/yql/reference/syntax/create-group.md ❌ Link is unreachable: ../../../../concepts/glossary.md#access-user in /en/yql/reference/syntax/create-group.md ❌ Link is unreachable: ../../../../concepts/glossary.md#access-user in /ru/yql/reference/syntax/create-group.md |
⚪ |
4061671
to
8c59aa4
Compare
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
Changelog entry
Improvements in documentation about CREATE GROUP.
Changelog category
Additional information
Add information about 'WITH' in CREATE GROUP (a test case has been around for a long time:
ydb/ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp
Line 2116 in bb0182c